home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMUNINSTALL / TFORMUNINSTALL.txt
Text File  |  2005-05-31  |  3KB  |  141 lines

  1. object formUninstall: TformUninstall
  2.   Left = 408
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Uninstall Spybot - Search & Destroy'
  7.   ClientHeight = 391
  8.   ClientWidth = 490
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object panelInformation: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 490
  24.     Height = 33
  25.     Align = alTop
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 
  29.       'You are about to uninstall Spybot - Search && Destroy. During un' +
  30.       'install, the following will be removed:'
  31.     WordWrap = True
  32.   end
  33.   object panelQuestion: TPanel
  34.     Left = 0
  35.     Top = 304
  36.     Width = 490
  37.     Height = 87
  38.     Align = alBottom
  39.     Alignment = taLeftJustify
  40.     BevelOuter = bvNone
  41.     BorderWidth = 5
  42.     Caption = 'Do you really want to uninstall and remove all these files?'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clMaroon
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentColor = True
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     DesignSize = (
  52.       490
  53.       87)
  54.     object buttonOK: TBitBtn
  55.       Left = 399
  56.       Top = 56
  57.       Width = 75
  58.       Height = 25
  59.       Anchors = [akTop, akRight]
  60.       TabOrder = 0
  61.       Kind = bkOK
  62.     end
  63.     object buttonCancel: TBitBtn
  64.       Left = 311
  65.       Top = 56
  66.       Width = 75
  67.       Height = 25
  68.       Anchors = [akTop, akRight]
  69.       Caption = 'Cancel'
  70.       TabOrder = 1
  71.       Kind = bkAbort
  72.     end
  73.   end
  74.   object pcUninstall: TPageControl
  75.     Left = 0
  76.     Top = 33
  77.     Width = 490
  78.     Height = 271
  79.     ActivePage = tabRegistry
  80.     Align = alClient
  81.     MultiLine = True
  82.     TabOrder = 1
  83.     object tabRegistry: TTabSheet
  84.       Caption = 'Registry keys'
  85.       object listboxRegistry: TListBox
  86.         Tag = 1
  87.         Left = 0
  88.         Top = 0
  89.         Width = 482
  90.         Height = 243
  91.         Align = alClient
  92.         ItemHeight = 13
  93.         Items.Strings = (
  94.           
  95.             'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uni' +
  96.             'nstall\SpyBotSnD\'
  97.           'HKEY_LOCAL_MACHINE\SOFTWARE\PepiMK Software\'
  98.           'HKEY_CLASSES_ROOT\.sbi'
  99.           'HKEY_CLASSES_ROOT\.sbe'
  100.           'HKEY_CLASSES_ROOT\.sbs'
  101.           'HKEY_CLASSES_ROOT\.uti'
  102.           'HKEY_CLASSES_ROOT\.uts'
  103.           'HKEY_CLASSES_ROOT\SpybotSD.SBIfile'
  104.           'HKEY_CLASSES_ROOT\SpybotSD.SBEfile'
  105.           'HKEY_CLASSES_ROOT\SpybotSD.SBSfile'
  106.           'HKEY_CLASSES_ROOT\SpybotSD.UTIfile'
  107.           'HKEY_CLASSES_ROOT\SpybotSD.UTSfile'
  108.           '')
  109.         TabOrder = 0
  110.       end
  111.     end
  112.     object tabFiles: TTabSheet
  113.       Caption = 'Files'
  114.       ImageIndex = 1
  115.       object listboxFiles: TListBox
  116.         Left = 0
  117.         Top = 0
  118.         Width = 482
  119.         Height = 243
  120.         Align = alClient
  121.         ItemHeight = 13
  122.         Sorted = True
  123.         TabOrder = 0
  124.       end
  125.     end
  126.     object tabDirectories: TTabSheet
  127.       Caption = 'Directories'
  128.       ImageIndex = 2
  129.       object listboxDirectories: TListBox
  130.         Left = 0
  131.         Top = 0
  132.         Width = 482
  133.         Height = 243
  134.         Align = alClient
  135.         ItemHeight = 13
  136.         TabOrder = 0
  137.       end
  138.     end
  139.   end
  140. end
  141.